logo
Expand description

cucumber-codegen crate

Crates.io Documentation CI Rust 1.62+ Unsafe Forbidden

Code generation for cucumber tests auto-wiring.

DO NOT use it directly, use cucumber crate instead.

License

This project is licensed under either of

at your option.

Attribute Macros

Attribute to auto-wire the test to the World implementer.
Attribute to auto-wire the test to the World implementer.
Attribute to auto-wire the test to the World implementer.

Derive Macros

In addition to default parameters of Cucumber Expressions, you may implement and use custom ones.
Derive macro for implementing a World trait.